home *** CD-ROM | disk | FTP | other *** search
- /**************************************************************************
- * ENVWBTN.C - Wait for mouse button up or down.
- *************************************************************************/
-
- #include "gemfintl.h"
-
- /*-------------------------------------------------------------------------
- *
- *-----------------------------------------------------------------------*/
-
- void evn_wbutton(up_or_down)
- short up_or_down;
- {
- short dmy;
-
- evnt_button(1, 1, up_or_down, &dmy, &dmy, &dmy, &dmy);
- }
-
-